home *** CD-ROM | disk | FTP | other *** search
- This directory contains FORTRAN routines to test the reduction functions
- ========================================================================
-
- bool.f
- ======
-
- maximal number of processors is 3
-
- integer.f
- =========
-
- maximal number of processors is 3
-
- Output:
-
- SUM: Result is 20 should be 20
- PRODUCT: Result is 210 should be 210
- MINVAL: Result is 3 should be 3
- MAXVAL: Result is 10 should be 10
- IALL: Result is 2 should be 2
- IANY: Result is 15 should be 15
- IPARITY: Result is 14 should be 14
-
- loctest.f
- =========
-
- maximal number of processors is 5
-
- Result:
-
- A: minval = 0 minpos = 3
- B: minval = 1 minpos = 4 2
-
- real.f
- ======
-
- maximal number of processors is 3
-